home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
icoinv5.dir
/
00023_Script_23
< prev
next >
Wrap
Text File
|
1983-02-08
|
601b
|
27 lines
on toglitutto
global funzioni
set funzioni to ""
sound close 1
sound close 2
tell the stage
global dove,cambio
set cambio to ""
set var to string(the windowlist)
if offset ("popup",var) then
close window "popup"
forget window "popup"
if objectp (attore) then forget attore
set dove to 0
curfinmetti
end if
set var to string(the windowlist)
if offset ("MENUBAR",var) then
close window "menubar"
forget window "menubar"
if objectp (men) then forget men
end if
end tell
end